home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 128 / XENIATGM128.iso / Shareware / MusicMatchJukebox 7.0 / Tutorials / online_attractions.exe / scripts / DefineButton2_180 / BUTTONCONDACTION on(release).as
Text File  |  2001-01-11  |  108b  |  8 lines

  1. on(release){
  2.    gotoAndPlay(5);
  3.    tellTarget("/voice-this_is_it")
  4.    {
  5.       gotoAndPlay(1);
  6.    }
  7. }
  8.